home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON01 / ACT01A / L01A1A.DIR / Internal_12_NewHelp.ls < prev    next >
Encoding:
Text File  |  2003-04-24  |  230 b   |  14 lines

  1. on mouseDown
  2.   doAction(the clickOn)
  3.   puppetSound("1help")
  4.   updateStage()
  5.   repeat while soundBusy(1)
  6.     nothing()
  7.   end repeat
  8.   puppetSound("1help1")
  9.   updateStage()
  10.   repeat while soundBusy(1)
  11.     nothing()
  12.   end repeat
  13. end
  14.